.box0 {
	/* background: linear-gradient(to bottom, rgba(255, 255, 255, .7), #fff); */
	background-color: #fff;
	width: 80%;
	margin-top: -60px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.box0 li {
	width: 25%;
	float: left;
	position: relative;
	padding: 25px 10px 25px 95px;
	box-sizing: border-box;
	border-right: 1px dashed #e7e7e7;
}

.box0 li:last-child {
	border-right: none;
}

.box0 li span {
	display: block;
	position: absolute;
	left: 20px;
	top: 34px;
	width: 60px;
	line-height: 60px;
	background: #038c4a;
	border-radius: 5px;
	text-align: center;
}

.box0 li span img {
	width: 40px;
	vertical-align: middle;
}

.box0 li h3 {
	font-size: 18px;
	color: #343434;
	margin-bottom: 5px;
}

.box0 li p {
	font-size: 15px;
	color: #999;
}

.bannerSwiper .swiper-button-next {
	right: 40px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .4) url(../images/next.png) no-repeat center;
	background-size: 38px;
	border-radius: 50%;
	top: 83%
}

.bannerSwiper .swiper-button-prev {
	left: inherit;
	right: 110px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .4) url(../images/prev.png) no-repeat center;
	background-size: 38px;
	border-radius: 50%;
	top: 83%
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	display: none
}

.bannerSwiper .swiper-pagination {
	bottom: 20px;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.7;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: #038c4a;
}

.sec1 .ul1 li {
	width: 16.66%;
	float: left;
	padding: 10px 15px 20px;
	box-sizing: border-box;
}

.sec1 .ul1 li a {
	display: block;
	line-height: 46px;
	background: #f6f8f9;
	color: #333;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	transition: 0.3s;
}

.sec1 .ul1 li:hover a {
	background: #038c4a;
	color: #fff;
}

.sec1 .cpSwiper {
	position: relative;
	padding-bottom: 70px;
}

.sec1 .cpSwiper .swiper {
	padding: 30px 15px 5px;
}

.sec1 .cpSwiper a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	background: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
}

.sec1 .cpSwiper a h3 {
	padding: 16px 0;
	text-align: center;
	font-size: 17px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec1 .swiper-scrollbar {
	width: 80%;
	bottom: -60px;
	left: 20px;
	height: 5px;
	top: inherit;
	border-radius: 2px;
	overflow: hidden;
}

.sec1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #038c4a;
}

.sec1 .swiper-button-next, .sec1 .swiper-button-prev {
	width: 44px;
	height: 44px;
	background: #038c4a;
	border-radius: 50%;
	top: inherit;
	margin-top: inherit;
	bottom: 0;
	text-align: center;
}

.sec1 .swiper-button-next {
	right: 20px;
}

.sec1 .swiper-button-prev {
	left: inherit;
	right: 80px;
}

.sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
	color: #fff;
	font-size: 22px;
}

.sec2 .secBox {
	position: relative;
}

.sec2 .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 0;
}

.sec2 .swiper a {
	display: block;
	padding: 140px 0 300px;
	position: relative;
	z-index: 100;
	color: #fff;
	z-index: 100;
}

.sec2 .swiper a h3 {
	font-size: 24px;
	padding-left: 40px;
	background: url(../images/icon13.png) no-repeat left center;
	background-size: 28px;
}

.sec2 .swiper a p {
	font-size: 16px;
	line-height: 30px;
	margin: 22px 0 30px;
	width: 30%;
	opacity: 0.9;
}

.sec2 .swiper a b {
	display: block;
	width: 140px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 18px;
	color: #fff;
	border: 2px solid #fff;
	background: url(../images/icon8.png) no-repeat right center;
	background-size: 27px;
}

.sec2 .swiper a b:hover {
	background-color: #038c4a;
	border-color: #038c4a;
}

.sec2 .swiper-slide {
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}

.sec2 .swiper-slide:nth-child(2) {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
}

.sec2 .swiper-slide:nth-child(3) {
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
}

.sec2 .swiper-slide:nth-child(4) {
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
}

.sec2 .swiper-pagination {
	right: 10%;
	bottom: inherit;
	left: inherit;
	width: auto;
	top: 100px;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}

.sec2 .swiper-pagination span {
	opacity: 0.8;
}

.sec2 .swiper-pagination .swiper-pagination-current {
	font-size: 50px;
	opacity: 1;
	position: relative;
	top: 17px;
	z-index: 1000;
}

.sec2 .ul2 {
	position: absolute;
	bottom: 50px;
	left: 10%;
	right: 10%;
	z-index: 100;
}

.sec2 .ul2 li {
	width: 25%;
	float: left;
	border: 1px solid rgba(255, 255, 255, .4);
	box-sizing: border-box;
	border-right: none;
}

.sec2 .ul2 li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .4);
	;
}

.sec2 .ul2 li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 26px 0;
	font-size: 20px;
}

.sec2 .ul2 li a span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	background: url(../images/icon9.png) no-repeat;
	background-size: cover;
}

.sec2 .ul2 li:nth-child(2) a span {
	background-image: url(../images/icon10.png);
}

.sec2 .ul2 li:nth-child(3) a span {
	background-image: url(../images/icon11.png);
}

.sec2 .ul2 li:nth-child(24) a span {
	background-image: url(../images/icon12.png);
}

.sec2 .ul2 li.on a {
	background: linear-gradient(to right, rgba(4, 161, 85, .6), rgba(3, 121, 64, .6));
}

.sec2 .ul2 li.on {
	border-color: #04a155;
}

.sec3 {
	margin-top: 30px;
	position: relative;
	background: url(../images/about.jpg) no-repeat bottom right;
	background-size: 55%;
}

.sec3 .flBox {
	width: 44%;
	position: relative;
}

.sec3 .frBox {
	width: 56%;
	display: table;
	vertical-align: middle;
	position: relative;
}

.sec3 .frBox:before {
	content: "";
	width: 400px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0px;
	background: url(../images/pho.png) no-repeat;
	background-size: cover;
	opacity: 0.8;
}

.sec3 .frBox .text {
	padding: 50px 14% 50px 8%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.sec3 .frBox .text h2 {
	font-size: 34px;
	font-weight: 500;
	line-height: 40px;
	position: relative;
}

.sec3 .frBox .text strong {
	font-size: 80px;
	display: block;
	opacity: 0.1;
	color: #999;
	position: absolute;
	left: 0;
	top: 0px;
}

.sec3 .frBox .text span.te {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.8;
	margin: 20px 0;
	background: #037c42;
	color: #fff;
	border-radius: 5px;
	line-height: 30px;
	padding: 0 12px;
}

.sec3 .frBox .text p {
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}

.sec3 .frBox .text a {
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 20px;
	padding-left: 16px;
	background: #038c4a url(../images/icon8.png) no-repeat right 4px center;
	background-size: 20px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 30px;
}

.sec3 .frBox ul {
	padding: 15px 0;
}

.sec3 .frBox ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.sec3 .frBox ul li span {
	display: block;
	width: 68px;
	height: 68px;
	line-height: 68px;
	margin: 0 auto 6px;
}

.sec3 .frBox ul li span img {
	vertical-align: middle;
}

.sec3 .frBox ul li p {
	font-size: 16px;
	text-indent: 0;
}

.sec7 .hnSwiper {
	position: relative;
	margin-bottom: 40px;
}

.sec7 .swiper {
	margin: 0 50px;
}

.sec7 .swiper h4 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 46px;
	background: #f2faf6;
	color: #333;
	text-align: center;
}

.sec7 .swiper-button-next {
	right: -20px;
	background: #c1c1c1;
	width: 40px;
	height: 60px;
	border-radius: 4px;
}

.sec7 .swiper-button-next:after {
	color: #fff;
	font-size: 30px;
}

.sec7 .swiper-button-prev {
	left: -20px;
	background: #c1c1c1;
	width: 40px;
	height: 60px;
	border-radius: 4px;
}

.sec7 .swiper-button-prev:after {
	color: #fff;
	font-size: 30px;
}


.sec4 .fl {
	width: 48%;
}

.sec4 .fl a {
	display: block;
	position: relative;
}

.sec4 .fl .text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 30px 45px 20px 45px;
	background: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.sec4 .fl .text h3 {
	font-size: 24px;
	font-weight: 500;
}

.sec4 .fl .text p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.sec4 .fl .text ul {
	margin: 35px 0 20px;
}

.sec4 .fl .text ul li {
	width: 25%;
	float: left;
	border-right: 1px dashed rgba(255, 255, 255, .4);
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
}

.sec4 .fl .text ul li:last-child {
	border-right: none;
}

.sec4 .fl .text ul li span {
	display: block;
	width: 56px;
	margin: 0 auto 8px;
}

.sec4 .fl .text b {
	display: block;
	width: 130px;
	line-height: 34px;
	background: rgba(3, 140, 74, .7);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}

.sec4 .fr {
	width: 49%;
}

.sec4 .fr .box1 {
	background: #f8fcfa;
	margin-bottom: 40px;
}

.sec4 .fr .box1 a {
	display: block;
	overflow: hidden;
}

.sec4 .fr .text {
	float: left;
	width: 50%;
	padding: 32px 24px 0;
}

.sec4 .fr .text h3 {
	font-size: 22px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 .fr .text p {
	font-size: 15px;
	line-height: 30px;
	margin: 12px 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color:#666
}

.sec4 .fr .text span {
	display: block;
	width: 120px;
	line-height: 32px;
	background: rgba(3, 140, 74, .7);
	color: #fff;
	text-align: center;
	font-size: 15px;
	float: right;
}

.sec4 .fr .pho {
	width: 50%;
	float: right;
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.sec5 li a {
	display: block;
	background: #fefefe;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec5 li .pho {
	position: relative;
}

.sec5 li .pho:after {
	content: "";
	width: 48px;
	height: 48px;
	background: url(../images/icon22.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.sec5 li a h3 {
	padding: 14px 5px 25px;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.sec5 li a h3:after {
	content: "";
	width: 45px;
	height: 4px;
	background: #038c4a;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

.sec6 {
	background: url(../images/bg7.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	margin-top: 40px;
}

.sec6 .ul4 li {
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.sec6 .ul4 li a {
	display: block;
	background: rgba(255, 255, 255, 0.7);
}

.sec6 .ul4 li a .text {
	padding: 20px;
	border-top: 1px solid #efefef
}

.sec6 .ul4 li a span.tim {
	display: inline-block;
	border-bottom: 1px solid rgb(192, 192, 192);
	color: #888;
	line-height: 20px;
}

.sec6 .ul4 li a h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.sec6 .ul4 li a p {
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 12px 0 20px;
	color:#666
}

.sec6 .ul4 li a span.mor {
	display: block;
	color: #9a9a9a;
	border-left: 4px solid #9a9a9a;
	line-height: 1.5;
	padding-left: 14px;
	font-size: 15px;
	font-weight: 600;
}

.sec6 .ul5 li {
	width: 33.33%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.sec6 .ul5 li a {
	display: block;
	background: rgba(255, 255, 255, .7);
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.sec6 .ul5 li a .time {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 92px;
	background: rgb(3 140 74 / 70%);
	color: #fff;
	text-align: center;
}

.sec6 .ul5 li a .time strong {
	display: block;
	font-size: 30px;
	line-height: 60px;
}

.sec6 .ul5 li a .time span {
	display: block;
	line-height: 40px;
	font-size: 17px;
	border-top: 1px solid #efefef;
}

.sec6 .ul5 li a .text {
	padding: 14px 6px 14px 102px;
}

.sec6 .ul5 li a .text h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .ul5 li a .text p {
	font-size: 15px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
	color:#666
}


@media all and (min-width: 1024px) and (max-width: 1680px) {

	.box0 {
		width: 85%;
		border-radius: 14px;
	}

	.box0 li p {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.box0 li {
		padding: 20px 10px 20px 82px;
	}

	.box0 li span {
		width: 56px;
		height: 56px;
		line-height: 56px;
		left: 14px;
	}

	.box0 li span img {
		width: 32px;
	}

	.sec1 .ul1 li a {
		line-height: 42px;
	}

	.sec1 .cpSwiper .swiper {
		padding-top: 20px;
	}

	.sec2 .ul2 li a {
		font-size: 18px;
	}

	.sec2 .swiper a h3 {
		font-size: 20px;
	}

	.sec2 .swiper a p {
		font-size: 15px;
		line-height: 27px;
	}

	.sec2 .swiper a b {
		width: 126px;
		line-height: 32px;
		font-size: 15px;
	}

	.sec4 .fl .text h3 {
		font-size: 22px;
	}

	.sec4 .fl .text ul li span {
		width: 48px
	}

	.sec4 .fl .text b {
		width: 110px;
		line-height: 32px;
		margin-top: 24px
	}

	.sec4 .fr .text h3 {
		font-size: 20px;
	}

	.sec3 .frBox:before {
		width: 300px;
		height: 300px;
	}

	.sec3 .frBox .text strong {
		font-size: 68px;
	}

	.sec3 .frBox .text p {
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.sec3 .frBox .text span.te {
		font-size: 15px;
	}

	.sec3 .frBox .text a {
		width: 126px;
		line-height: 36px;
		font-size: 15px;
	}

	.sec6 .ul4 li a h3 {
		font-size: 17px;
	}

	.sec6 .ul4 li a p {
		margin: 10px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.box0 {
		width: 90%;
	}

	.box0 li {
		padding: 15px 8px 15px 73px;
	}

	.box0 li h3 {
		font-size: 17px;
	}

	.box0 li span {
		width: 48px;
		height: 48px;
		line-height: 48px;
		top: 29px;
	}

	.box0 li span img {
		width: 30px;
	}

	.sec1 .ul1 h3 {
		font-size: 24px;
	}

	.sec1 .ul1 li a {
		font-size: 15px;
		line-height: 40px;
	}

	.sec1 .ul2 li a h3 {
		font-size: 16px;
		padding: 14px 0;
	}

.sec1 .cpSwiper a h3 {
	padding:14px 0;
	font-size:16px
}

	.sec2 .ul2 li a span {
		width: 52px;
		height: 52px;
		margin-bottom: 8px;
	}

	.sec2 .ul2 li a {
		font-size: 17px;
		padding: 22px 0;
	}



	.sec4 .fl .text h3 {
		font-size: 19px;
	}

	.sec4 .fr .text p {
		line-height: 28px;
		margin: 10px 0 15px;
	}

	.sec4 .fl .text ul li span {
		width: 48px;
	}

	.sec4 .fr .text span {
		font-size: 14px;
		line-height: 30px;
		width: 110px;
	}

	.sec6 .ul4 li, .sec6 .ul5 li {
		padding: 16px 14px;
	}
}



@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec3 .frBox .text {
		padding: 30px 12% 0 6%
	}

	.sec3 .frBox:before {
		width: 240px;
		height: 240px;
	}

	.sec3 .frBox ul {
		padding: 0 0 15px;
	}

	.box0 li p {
		font-size: 13px;
	}

	.sec3 .frBox ul li span {
		width: 56px;
		height: 56px;
		line-height: 56px;
	}

	.sec3 .frBox .text a {
		margin-top: 15px;
	}

}


@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec4 .fl .text {
		padding-top: 28px;
	}

	.sec4 .fl .text ul li {
		font-size: 14px;
	}

	.sec7 .swiper h4 {
		font-size: 15px;
	}

	.sec7 .swiper-slide {
		margin-right: 28px !important;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.box0 {
		width: 94%;
	}

	.sec1 .cpSwiper a h3 {
		padding: 12px;
		font-size: 16px;
	}

	.sec2 .ul2 {
		left: 6%;
		right: 6%;
	}



	.sec4 .fl .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}

	.sec3 .frBox ul li span {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}

	.sec3 .frBox .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 15px;
		line-height: 27px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.box0 {
		display: none;
	}

	.bannerSwiper .swiper-button-next {
		right: 10px;
		width: 44px;
		height: 44px;
		top: 50%;
		background-size: 32px
	}

	.bannerSwiper .swiper-button-prev {
		width: 44px;
		height: 44px;
		top: 50%;
		left: 10px;
		background-size: 32px
	}

	.bannerSwiper .swiper-pagination {
		bottom: 10px;
	}

	.sec1 .ul1 {
		width: 100%;
	}

	.sec1 .ul1 li {
		width: 50%;
		padding: 6px;
	}

	.sec1 .ul1 li a {
		line-height: 40px;
		font-size: 15px;
	}

	.sec1 .cpSwiper {
		padding: 0 50px 0;
	}

	.sec1 .swiper-scrollbar {
		display: none;
	}

	.sec1 .cpSwiper .swiper {
		padding: 0;
	}

	.sec1 .cpSwiper .swiper-slide {
		padding: 10px;
	}

	.sec1 .swiper-button-next, .sec1 .swiper-button-prev {
		border-radius: 5px;
		height: 50px;
		width: 36px;
		bottom: inherit;
		top: 50%;
		margin-top: -25px;
		background: #f7f7f7;
	}

	.sec1 .swiper-button-prev {
		left: 0;
	}

	.sec1 .swiper-button-next {
		right: 0;
	}

	.sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
		color: #666;
	}

	.sec1 .cpSwiper a h3 {
		font-size: 15px;
		padding: 12px 10px;
	}

	.sec2 .secBox {
		position: relative;
	}

	.sec2 .swiper a {
		padding: 50px 20px 90px;
	}

	.sec2 .swiper a h3 {
		font-size: 18px;
		padding-left: 30px;
		background-size: 22px;
	}

	.sec2 .swiper a p {
		font-size: 15px;
		line-height: 28px;
		margin: 12px 0 20px;
		width: 100%;
		opacity: 1;
	}

	.sec2 .swiper a b {
		width: 110px;
		line-height: 30px;
		font-size: 15px;
	}

	.sec2 .swiper-pagination {
		top: inherit;
		bottom: 30px;
	}

	.sec2 .ul2 {
		display: none;
	}

	.sec3 .flBox {
		width: 100%;
		margin-top: 15px;
		height: inherit !important;
	}

	.sec3 .frBox {
		width: 100%;
		display: block;
		height: inherit !important;
		padding-top: 20px;
	}

	.sec3 .frBox:before {
		width: 200px;
		height: 200px;
	}

	.sec3 .frBox .text {
		padding: 30px 12px;
		display: block;
	}

	.sec3 .frBox .text h2 {
		font-size: 26px;
	}

	.sec3 .frBox .text strong {
		font-size: 60px;
	}

	.sec3 .frBox .text span.te {
		font-size: 14px;
		margin: 10px 0;
		line-height: 28px;
		padding: 0 10px;
	}

	.sec3 .frBox .text p {
		font-size: 15px;
		line-height: 30px;
	}

	.sec3 .frBox .text a {
		width: 110px;
		line-height: 32px;
		border-radius: 16px;
		padding-left: 0px;
		background: #038c4a;
		font-size: 14px;
		float: inherit;
		margin: 10px auto 0;
		text-align: center;
	}

	.sec3 .frBox ul {
		padding: 15px 0;
	}

	.sec3 .frBox ul li span {
		display: block;
		width: 48px;
		height: 48px;
		line-height: 48px;
		margin: 0 auto 6px;
	}

	.sec3 .frBox ul li p {
		font-size: 15px;
	}

	.sec7 .hnSwiper {
		position: relative;
		margin-bottom: 40px;
	}

	.sec7 .swiper {
		margin: 0 40px;
	}

	.sec7 .swiper h4 {
		font-size: 15px;
		line-height: 42px;
	}

	.sec7 .swiper-button-next {
		right: 0px;
		width: 30px;
		height: 50px;
	}


	.sec7 .swiper-button-prev {
		left: 0px;
		width: 30px;
		height: 50px;
	}

	.sec4 .fl {
		width: 100%;
	}

	.sec4 .fl .text {
		padding: 20px 20px;
	}

	.sec4 .fl .text h3 {
		font-size: 19px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-shadow: 0 0 8px rgba(0, 0, 0, .4);
	}

	.sec4 .fl .text p {
		font-size: 14px;
		line-height: 27px;
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-shadow: 0 0 8px rgba(0, 0, 0, .4);
	}

	.sec4 .fl .text ul {
		margin: 15px -10px;
	}

	.sec4 .fl .text ul li {
		width: 25%;
		font-size: 13px;
	}

	.sec4 .fl .text ul li span {
		width: 42px;
		margin: 0 auto 5px;
	}

	.sec4 .fl .text b {
		width: 110px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 10px;
		float: right;
	}

	.sec4 .fr {
		width: 100%;
	}

	.sec4 .fr .box1 {
		margin: 30px 0 0;
	}

	.sec4 .fr .text {
		float: inherit;
		width: 100%;
		padding: 24px 20px 60px;
		box-sizing: border-box;
	}

	.sec4 .fr .text h3 {
		font-size: 18px;
	}

	.sec4 .fr .text p {
		font-size: 15px;
		line-height: 27px;
		margin: 12px 0;
	}

	.sec4 .fr .text span {
		width: 110px;
		line-height: 30px;
		font-size: 14px;
	}

	.sec4 .fr .pho {
		width: 100%;
		float: inherit;
	}

	.sec5 li {
		width: 50%;
		padding: 8px;
	}

	.sec5 li .pho {
		position: relative;
	}

	.sec5 li .pho:after {
		width: 44px;
		height: 44px;
	}

	.sec5 li a h3 {
		padding: 11px 5px 20px;
		font-size: 16px;
	}

	.sec6 {
		padding: 30px 0;
	}

	.sec6 .ul4 li {
		width: 50%;
		padding: 10px 6px;
	}

	.sec6 .ul4 li a .text {
		padding: 10px;
	}

	.sec6 .ul4 li a h3 {
		font-size: 16px;
		margin-top: 8px;
	}

	.sec6 .ul4 li a p {
		font-size: 14px;
		line-height: 26px;
		margin: 8px 0 10px;
	}

	.sec6 .ul4 li a span.mor {
		border-left: 3px solid #038c4a;
		line-height: 1.3;
		padding-left: 8px;
		font-size: 14px;
	}

	.sec6 .ul5 li {
		width: 100%;
		padding: 10px;
	}

	.sec6 .ul5 li a .time {
		width: 90px;
	}

	.sec6 .ul5 li a .time strong {
		font-size: 28px;
		line-height: 58px;
	}

	.sec6 .ul5 li a .time span {
		line-height: 40px;
		font-size: 16px;
	}

	.sec6 .ul5 li a .text {
		padding: 10px 6px 10px 95px;
	}

	.sec6 .ul5 li a .text h3 {
		font-size: 16px;
	}

	.sec6 .ul5 li a .text p {
		font-size: 14px;
		line-height: 25px;
	}

}